home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 998 b | 41 lines | [TEXT/CWIE] |
- //========================================================================================
- // Release Version: $ ODF 1 $
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //========================================================================================
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWMENUS_FR
- #include "FWMenus.fr"
- #endif
-
- //========================================================================================
- resource FW_kMULTISTRING (kUndoStringsID)
- {
- kUndoTalkFasterMsg, "Undo Faster";
- kRedoTalkFasterMsg, "Redo Faster";
- kUndoTalkSlowerMsg, "Undo Slower";
- kRedoTalkSlowerMsg, "Redo Slower";
- }
-
- //========================================================================================
- resource FW_RMenuBar(kMenuBarID)
- {
- {
- FW_RPullDownMenu
- (
- "Data"
- {
- FW_RTextItem(cFasterCommand, '1', "Faster"),
- FW_RTextItem(cSlowerCommand, '2', "Slower")
- }
- )
- }
- };
-